Skip to main content
Version: 15.x (API 15) [Legacy]

Interface IConsoleVariable<T>

Interface representing a variable in the console.

Assembly: Dalamud.dll
Declaration
public interface IConsoleVariable<T> : IConsoleEntry

Properties

Value

Gets or sets the value of this variable.

Declaration
T Value { get; set; }